type github.com/gotd/td/internal/exchange.unencryptedWriter
10 uses
github.com/gotd/td/internal/exchange (current package)
client.go#L13: unencryptedWriter
flow.go#L68: func (e Exchanger) unencryptedWriter(input, output proto.MessageType) unencryptedWriter {
flow.go#L69: return unencryptedWriter{
proto.go#L16: type unencryptedWriter struct {
proto.go#L24: func (w unencryptedWriter) writeUnencrypted(ctx context.Context, b *bin.Buffer, data bin.Encoder) error {
proto.go#L44: func (w unencryptedWriter) tryRead(ctx context.Context, b *bin.Buffer) error {
proto.go#L55: func (w unencryptedWriter) isClient() bool {
proto.go#L59: func (w unencryptedWriter) readUnencrypted(ctx context.Context, b *bin.Buffer, data bin.Decoder) error {
proto.go#L88: func (w unencryptedWriter) checkMsgID(id int64) error {
server.go#L13: unencryptedWriter
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |